home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / tlb_v117.arc / WHATSNEW.117 < prev   
Text File  |  1990-12-21  |  3KB  |  70 lines

  1.               WHAT'S NEW IN VERSION 1.17
  2.               --------------------------
  3.  
  4. - Added support for Expanded Memory as an alternative to a memory
  5.   controller chip; added the "EMS3", "EMS4", "EEMS", and "NOFRAME"
  6.   override options to the command line options.
  7.  
  8. - Now any 386sx, 386, or 486 can use LASTBYTE, even if you don't have
  9.   the "necessary" hardware!  Simply use the Windows 3.0 version of
  10.   EMM386.SYS to implement Expanded Memory, and then use it to install
  11.   LASTBYTE:
  12.  
  13.         DEVICE=EMM386.SYS
  14.         DEVICE=LASTBYTE.SYS
  15.  
  16.   If you don't need expanded memory for any other reason, then add
  17.   the following command line options:
  18.  
  19.         DEVICE=EMM386.SYS 176
  20.         DEVICE=LASTBYTE.SYS NOFRAME
  21.  
  22.   "NOFRAME" basically disables further use of Expanded Memory so that
  23.   TSR's and device drivers may be stored in the expanded memory page
  24.   frame without fear of being swapped out by other software. The
  25.   number 176 limits the size of Expanded Memory to 176kb.  The actual
  26.   number may vary on your machine, but it is a way to use no more
  27.   Extended Memory for LASTBYTE than the minimum required.
  28.  
  29.  
  30.                * * *  IMPORTANT  * * *
  31.  
  32.        The NOFRAME option is intentionally enabled for EMS4 and
  33.        EEMS (as well as for EMS3) in this release as a temporary
  34.        solution to a problem that occurs when these options are
  35.        used in conjunction with certain programs that use expanded
  36.        memory.  This limitation will be eliminated in the next
  37.        release.
  38.  
  39.  
  40. - Modified bandwidth measurement routine to repeatedly read first 4
  41.   bytes of target area rather than reading the first 1KB.  Some disk
  42.   controllers with memory-mapped i/o were apparently intolerant of the
  43.   latter approach, causing the system to hang on boot.
  44.  
  45. - Modified read/write test of chips and ram memory to be less invasive.
  46.  
  47. - Modified the memory allocation algorithm for EMS page frame and
  48.   TSR markers are placed at the top of an available block rather than
  49.   the bottom, like ram disk memory and EMS pages.
  50.  
  51. - Added a "?" option to the CHIPSET command line to display the list
  52.   of supported devices.
  53.  
  54. - Added support for Texas Instruments Single-Chip TACT82411.  This
  55.   chip is "functionally" equivalent to the Chips and Technologies
  56.   NEAT chipset, but unlike the latter, most of the configuration
  57.   registers in the TI device are write-only.  This causes the
  58.   automatic detection of a NEAT chipset to fail, and requires using
  59.   the "82411" override option on the LASTBYTE.SYS command line.
  60.  
  61. - Repaired a bug in the hardware signature computation where it tests
  62.   for the presence of a numeric coprocessor.  This bug would
  63.   sometimes cause a PC to hang, either when running the LICENSE.EXE
  64.   program or when installing LASTBYTE.SYS during the processing of
  65.   CONFIG.SYS.
  66.  
  67. - Repaired several bugs having to do with support of the VLSI
  68.   Technologies 82C202 chip.
  69.  
  70.